runtime.mstats.last_gc_nanotime (field)

3 uses

	runtime (current package)
		mgc.go#L585: 		lastgc := int64(atomic.Load64(&memstats.last_gc_nanotime))
		mgc.go#L1022: 	atomic.Store64(&memstats.last_gc_nanotime, uint64(now)) // monotonic time for us
		mstats.go#L43: 	last_gc_nanotime uint64 // last gc (monotonic time)